home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213b.zoo / test / delete.awk < prev    next >
Encoding:
AWK Script  |  1991-04-03  |  119 b   |  11 lines

  1. BEGIN {
  2.     dpcMain()
  3. }
  4.  
  5. function dpcMain(          keyList, tmpList )
  6. {
  7.     keyList[1] = "";
  8.     delete keyList[1]
  9. }
  10.  
  11.